ArcPad Configuration File Schema
AUX Element
See Also  Send comments on this topic.
ArcPad Configuration File Schema : AUX Element

Glossary Item Box

Description

The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.

Diagram

AUX Element

Overview

AUX
The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.

Remarks

<AUX

     When parent element is SYSTEMOBJECTS:
     onclose ="script to run"
     oncomm ="script to run"
     onopen ="script to run"
>


     When parent element is PREFERENCES:
     <COMPORT... />

</AUX >

 

Attribute Usage
onclose Specify the script to run when this event occurs
oncomm Specify the script to run when this event occurs
onopen Specify the script to run when this event occurs

The subroutine called should be located in the file specified in the SCRIPT element.

Examples

Source

<xs:element name="AUX" xmlns:xs="http://www.w3.org/2001/XMLSchema" />

See Also

© 2012 All Rights Reserved.